[Chore] Build downloadable VSIX artifacts for pull requests - #1314
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
navedmerchant
marked this pull request as ready for review
August 21, 2026 06:48
navedmerchant
requested review from
JamesRobert20,
edelauna,
hannesrudolph,
navedmerchant and
taltas
as code owners
August 21, 2026 06:48
taltas
approved these changes
Aug 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related GitHub Issue
No issue was provided for this CI improvement.
Description
Adds a PR-only
Build test VSIXjob to the existing Code QA workflow. The job builds the required workspace packages, packages Zoo Code, and uploads the resulting VSIX as a seven-day GitHub Actions artifact named for the pull request.This gives contributors and reviewers an installable build for testing fixes before merge. The job keeps read-only repository permissions, disables persisted checkout credentials, uses no secrets, and does not create GitHub Releases or publish to either extension marketplace.
Test Procedure
Build test VSIXcheck succeeds on this pull request.zoo-code-vsix-pr-<PR number>from its Artifacts section.Extensions: Install from VSIX...command.Locally verified with the exact workspace build and package commands;
bin/zoo-code-3.78.0.vsixwas produced. The fullpnpm testsuite passed with 7,538 tests, and the commit and push hooks also passed lint and type checking.Pre-Submission Checklist
*.visual.tsxsnapshot inwebview-ui/. Seewebview-ui/AGENTS.md-> "When a UI change needs a snapshot".Visual Snapshots
Not applicable; this is a GitHub Actions workflow change.
Videos (interaction / animation only)
Not applicable.
Documentation Updates
Additional Notes
GitHub requires signed-in repository read access to download workflow artifacts. External or first-time contributor workflows may also wait for maintainer approval according to repository or organization policy; the workflow intentionally does not use
pull_request_targetto bypass that safety control. A recent fork PR successfully uploaded an artifact through this same Code QA workflow and pinned upload action.Get in Touch
N/A